#phone-top2023 {
  display: none;
}
#top2023 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 82px;
  min-width: 1200px;
  background: #1b2a74;
  z-index: 999;
}
#top2023 .left {
  width: auto !important;
}
#top2023 .logo {
  float: left;
  margin-left: 50px;
  margin-top: 15px;
}
#top2023 .nav2023 {
  float: left;
  margin-left: 25px;
}
#top2023 .nav2023 li {
  float: left;
  font-size: 16px;
  height: 82px;
  position: relative;
  overflow: visible;
}
#top2023 .nav2023 li span {
  display: inline-block;
  line-height: 82px;
  height: 82px;
  padding: 0px 16px;
  position: relative;
  overflow: hidden;
}
#top2023 .nav2023 span i {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background: #b68c39;
  transition: all 0.2s;
  z-index: 9;
}
#top2023 .nav2023 li:hover span {
  background: #b68c39;
}
#top2023 .nav2023 li:hover span a:hover {
  color: #fff !important;
}
#top2023 .nav2023 .drop {
  position: absolute;
  left: 50%;
  top: 82px;
  background: #1b2a74;
  border-radius: 0px 0px 5px 5px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 0px 11px;
  height: 0px;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
}
#top2023 .nav2023 .drop p {
  white-space: nowrap;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
#top2023 .nav2023 .drop p a {
  margin: 0px 5px;
}
#top2023 .nav2023 li:hover .drop {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  border-width: 1px;
}
#top2023 .lang {
  float: left;
  margin-top: 29px;
}
#top2023 .lang a {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 24px;
  text-align: center;
}
#top2023 .lang .current,
#top .lang a:hover {
  background: #fff;
  color: #1b2a74 !important;
  font-weight: bold;
}
#top2023 .login {
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  margin: 25px 40px 0px 0px;
  padding: 0px 18px 0px 42px;
  background: #b68c39 url('images/top-login.png') no-repeat 15px center;
  color: #ede2cd;
}
#top2023 .login a {
  color: #ede2cd;
}
#top2023 .login a:hover {
  color: #fff !important;
}
#top2023 .login label {
  margin: 0px 5px;
}
#top-blank2023 {
  height: 82px;
}

@media screen and (max-width: 1590px) {
  #top2023 .logo {
    margin-left: 15px;
  }
  #top2023 .lang a {
    margin-right: 6px;
  }
  #top2023 .login {
    margin-right: 15px;
  }
  #top2023 .nav2023 li span {
    padding: 0px 12px;
  }
}

@media screen and (max-width: 1400px) {
  #top2023 .nav2023 li {
    font-size: 15px;
  }
  #top2023 .nav2023 li span {
    padding: 0px 5px;
  }
}

#phone-footer2023 {
  display: none;
}
#footer2023 {
  background: #001b61;
}
#footer2023 .w1200 {
  position: relative;
  padding: 40px 0px;
}
#footer2023 a {
  color: #fff;
}
#footer2023 a:hover {
  color: #fff !important;
}
#footer2023 .logo {
  float: left;
}
#footer2023 .text {
  float: right;
  color: #fff;
  line-height: 22px;
  font-size: 16px;
  text-align: right;
}
#footer2023 .row1 .text {
  opacity: 0.8;
}
#footer2023 .row2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 15px;
}
#footer2023 .links {
  float: left;
}
#footer2023 .links li {
  float: left;
  margin-right: 20px;
}
.bg-white {
  background: #f6f8fc !important;
  color: #535353 !important;
}
.bg-white .txt3,
.bg-white .txt3 a {
  color: #535353 !important;
}
.bg-white .txt3 .line {
  background: rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 380px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 325px) {
  body {
    font-size: 12px;
  }
}
